body {
    background: repeat, center, url("https://dreamsanctum.neocities.org/Images/cobblestonebg.gif");
    background-color: #434980;
    background-blend-mode: overlay;
    background-attachment: inherit;
    font-family:garamond; 
    color:white;
}

#wrapperbox {
    margin-left: 20%;
    margin-top: 30px;
    padding: 10px;
}

#mainbox {
    background-color: #30334f;
    margin-top: 50;
    border: 6px double #686fb5;
    padding: 20px;
    width: 900px;
    height: 690px;
    float: left;
}

#side {
  border: 4px double #686fb5;
  border-collapse: collapse;
  background-color: #30334f;
  width: 200px;
  height: 750px;
  float: left;
  margin-left: 25px;
}

#marqueebox { 
    width: 900px;
    float: left;
    margin-left: 100px;
}
.littlebox {
    border: 2px double #686fb5;
    padding:6px;
    width: 400px;
    height: 200px;
    overflow: scroll;
}

.babybox { 
    padding: 2px;
    margin: 3px;
    border: 2px solid #474b77;
    width:auto;
    height: auto;
    overflow:scroll;
}

.imagechamber {
  position: absolute;
  left: 15%;
  top: 10px;
  height: 350px;
}


#statuscafe {
    padding: 3px;
    border: 2px solid #494f75;
    background-color: #1b1d2d;
    margin: 6px;
    overflow: scroll;
}
#statuscafe-username {
    margin-bottom: .5em;
    color: #878ed8;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

/*Column 1 */
.column1 {
  float: left;
  padding: 5px;
}

.left1 {
  width: 35%;
}

.center1 {
width: 25%;
}

.right1 {
  width: 35%;
}

/*Column 2 */
.column2 {
  float: left;
  padding: 5px;
}

.left2 {
  width: 450px;
}


.right2 {
  width: 400px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}



/*TOOL TIP GOES DOWN HERE
 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  z-index: 99;
  top: 50px;
  right: 5px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 
